home *** CD-ROM | disk | FTP | other *** search
/ Game Programming in C++ - Start to Finish / GameProgrammingS.iso / tools_install / doxygen-1.4.4-setup.exe / {app} / html / examples / example_test.cpp < prev    next >
Encoding:
C/C++ Source or Header  |  1999-12-05  |  41 b   |  6 lines

  1. void main()
  2. {
  3.   Test t;
  4.   t.example();
  5. }
  6.